feat(eslint): Update eslint to v9#318
Closed
Drevoed wants to merge 2 commits intostoatchat:mainfrom
Closed
Conversation
The lockfile and the package json have become pretty dated, I have updated the versions to the latest. Seems to be working fine except the fact that @solid-primitives/i18n got a major breaking change. But a good one, though. Needs testing.
This PR involves bumping a major version of eslint, which in turn involves migrating to a flat configuration. Also add a proper prettier autofix integrated into eslint to help ease the workflow. Subtle changes: - replace deprecated @motionone/solid with solid-motionone (pluggable replacement) - replace @solid/devtools package with solid-devtools, an all-in-one - removed some rules and added some new ones
2 tasks
Contributor
|
Contains changes from #316 |
Contributor
|
Closed in b8df4f6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR involves bumping a major version of eslint, which in turn involves migrating to a flat configuration.
Also add a proper prettier autofix integrated into eslint to help ease the workflow and apply autofix to the client package.
Subtle changes:
Notable information
This branch is based on #316. I'd rather rebase this branch on main after merging that one. But if you want me to separate them into two branches split from main - can do.
Preflight